home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / help / help.chm / style.css < prev    next >
Cascading Style Sheet File  |  2006-10-09  |  2KB  |  38 lines

  1. body    { font-family: Verdana, Arial; font-size: "70%" }
  2. td      { font-family: Verdana, Arial; font-size: "70%" }
  3. ol      { margin-left: "2.5em"; margin-right: "2.5em"; margin-top: 10; margin-bottom: 10 }
  4. ul      { margin-left: "1.5em"; margin-right: "1.5em"; margin-top: 10; margin-bottom: 10 }
  5. li      { margin-bottom: ".8em" }
  6. p       { margin-top: 10; margin-bottom: 10 }
  7. p.note, p.related, p.tips  { font-weight:bold; margin-top:1.5em; margin-bottom:-.25em; }
  8. p.title  { font-weight:bold; margin-top:10; margin-bottom:10; }
  9. p.boldlabel  { font-size: 100%; font-weight: bold; margin-top:1.5em; }
  10. p.proclabel  { font-size: 100%; font-weight: bold; margin-top:1.5em; }
  11. h1      { font-size: 125%; margin-bottom: .5em; }
  12. h2      { font-size: 110%; margin-top: 1.5em; margin-bottom: .5em; }
  13. a:hover { color: #FF0000 }
  14. hr      { height: 1px; color: Gray; border: dashed }
  15. code    { background-color: #EEEEEE; }
  16.  
  17.  
  18. .big    { font-size: 125%; font-weight: bold }
  19. .collapsed { visibility: hidden; position: absolute; }
  20. .expanded { visibility: visible; position: static; }
  21.  
  22. /* Terms */
  23.  
  24. a.term    { text-decoration: none; color: blue }
  25. a:active.term  { color: blue }
  26. a:hover.term   { color: blue }
  27.  
  28. /* Expand / collapse */
  29.  
  30. .DropDown    { text-decoration: none; top: 0pt;}
  31. .DropDown:hover    { text-decoration: underline; }
  32. .DropDown2    { text-decoration: none; top: 0pt; font-weight: bold }
  33. .DropDown2:hover    { text-decoration: underline; font-weight: bold }
  34. .expfav        { font-size: 80%; text-align: right; margin-top: -1em; margin-bottom: -1em; }
  35. .expanded    { font-weight: normal; }
  36. .collapsed    { display: none; }
  37.  
  38.